home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-04-11 | 659 b | 23 lines | [TEXT/????] |
- /* Copyright 1984 by the Massachusetts Institute of Technology */
-
- /*
- Copyright Cornell University 1986. All rights are reserved.
-
- As of 4/10/86:
- This source file may have no changes from the M.I.T original
- other than this notice; but it has been tested as part of
- Cornell's Aztec-C port. See notice.h
-
- */
-
- /* TFTP randoms */
- #define GET 10 /* GET file from other host to here */
- #define PUT 11 /* PUT file on other host */
- #define ASCII 1 /* transfer as netascii */
- #define IMAGE 2 /* transfer as image */
- #define TEST 3 /* test mode - diskless */
- #define OCTET 4 /* octet mode - same as image */
-
- long tftpuse(), atol();
- extern long cticks;
-